func runtime.casgstatus
37 uses
runtime (current package)
debugcall.go#L228: casgstatus(gp, _Grunning, _Grunnable)
debugcall.go#L237: casgstatus(callingG, _Gwaiting, _Grunnable)
heapdump.go#L713: casgstatus(gp.m.curg, _Gwaiting, _Grunning)
mgc.go#L854: casgstatus(gp, _Gwaiting, _Grunning)
mgc.go#L994: casgstatus(curgp, _Gwaiting, _Grunning)
mgc.go#L1389: casgstatus(gp, _Gwaiting, _Grunning)
mgcmark.go#L245: casgstatus(userG, _Gwaiting, _Grunning)
mgcmark.go#L570: casgstatus(gp, _Gwaiting, _Grunning)
mgcpacer.go#L810: casgstatus(gp, _Gwaiting, _Grunnable)
proc.go#L905: casgstatus(gp, _Gwaiting, _Grunnable)
proc.go#L1042: func casgstatus(gp *g, oldval, newval uint32) {
proc.go#L1144: casgstatus(gp, old, _Gwaiting)
proc.go#L1275: casgstatus(gp, _Gwaiting, _Grunning)
proc.go#L2075: casgstatus(mp.curg, _Gdead, _Gsyscall)
proc.go#L2126: casgstatus(gp, _Gidle, _Gdead)
proc.go#L2190: casgstatus(mp.curg, _Gsyscall, _Gdead)
proc.go#L2861: casgstatus(gp, _Grunnable, _Grunning)
proc.go#L2918: casgstatus(gp, _Gwaiting, _Grunnable)
proc.go#L2981: casgstatus(gp, _Gwaiting, _Grunnable)
proc.go#L3026: casgstatus(gp, _Gwaiting, _Grunnable)
proc.go#L3041: casgstatus(gp, _Gwaiting, _Grunnable)
proc.go#L3152: casgstatus(gp, _Gwaiting, _Grunnable)
proc.go#L3212: casgstatus(gp, _Gwaiting, _Grunnable)
proc.go#L3495: casgstatus(gp, _Gwaiting, _Grunnable)
proc.go#L3730: casgstatus(gp, _Grunning, _Gwaiting)
proc.go#L3741: casgstatus(gp, _Gwaiting, _Grunnable)
proc.go#L3754: casgstatus(gp, _Grunning, _Grunnable)
proc.go#L3843: casgstatus(gp, _Grunning, _Grunnable)
proc.go#L3865: casgstatus(gp, _Grunning, _Gdead)
proc.go#L4011: casgstatus(gp, _Grunning, _Gsyscall)
proc.go#L4121: casgstatus(gp, _Grunning, _Gsyscall)
proc.go#L4187: casgstatus(gp, _Gsyscall, _Grunning)
proc.go#L4324: casgstatus(gp, _Gsyscall, _Grunnable)
proc.go#L4505: casgstatus(newg, _Gidle, _Gdead)
proc.go#L4558: casgstatus(newg, _Gdead, _Grunnable)
stack.go#L1112: casgstatus(gp, _Grunning, _Gcopystack)
stack.go#L1120: casgstatus(gp, _Gcopystack, _Grunning)
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |